body {
  font-family: Arial, sans-serif;
  color: #333;
  background-color: #FFF;
  margin: 0; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  font-weight: normal; }

button {
  background: none;
  border: none; }

a.link-target-blank,
a:link.link-target-blank {
  text-decoration: none;
  line-height: 1.5;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-size: 1em;
  border-bottom: none; }
  a.link-target-blank span,
  a:link.link-target-blank span {
    color: #8D4900;
    border-bottom-color: #8D4900;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    a.link-target-blank span.icon,
    a:link.link-target-blank span.icon {
      background-image: url(../images/target-blank.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 9px 33px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 4px;
      border-bottom: none;
      width: 9px;
      height: 11px; }
  a.link-target-blank:visited span,
  a:link.link-target-blank:visited span {
    color: #997A59;
    border-bottom-color: #997A59; }
    a.link-target-blank:visited span.icon,
    a:link.link-target-blank:visited span.icon {
      background-position: 0 100%; }
  a.link-target-blank:hover span,
  a:link.link-target-blank:hover span {
    color: #96151D;
    border-bottom-color: #96151D; }
    a.link-target-blank:hover span.icon,
    a:link.link-target-blank:hover span.icon {
      background-position: 0 50%; }

.slider {
  padding: 0 0 27px;
  -webkit-user-select: none;
  -webkit-tap-highlight-color: transparent; }
  .slider::selection {
    background: transparent; }
  .slider .slider-wrapper {
    padding-top: 11px;
    padding-bottom: 11px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent; }
    .slider .slider-wrapper .groove-wrapper {
      background: linear-gradient(to right, #333 0%, #333 50%, #CCC 50%, #CCC 100%);
      padding: 0 8px; }
      .slider .slider-wrapper .groove-wrapper.range {
        background: #CCC; }
      .slider .slider-wrapper .groove-wrapper .groove {
        background-color: #CCC;
        height: 2px;
        margin-top: 12px;
        margin-bottom: 12px;
        position: relative; }
        .slider .slider-wrapper .groove-wrapper .groove .selected-range {
          background-color: #333;
          position: absolute;
          z-index: auto;
          top: 0;
          left: 0;
          width: 0;
          height: 2px; }
        .slider .slider-wrapper .groove-wrapper .groove .handle {
          position: absolute;
          top: -8px;
          left: 0;
          margin-left: -9px;
          height: 18px;
          width: 18px;
          background: #A8A093;
          border-radius: 50%;
          overflow: hidden;
          cursor: ew-resize;
          box-sizing: content-box;
          padding: 0;
          border: none;
          -webkit-transition-property: -webkit-transform, background-color;
          -webkit-transition-duration: 0.25s;
          -webkit-transition-timing-function: ease-in-out;
          -ms-transition-property: -ms-transform, background-color;
          -ms-transition-duration: 0.25s;
          -ms-transition-timing-function: ease-in-out;
          transition-property: transform, background-color;
          transition-duration: 0.25s;
          transition-timing-function: ease-in-out;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          -ms-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
          -webkit-backface-visibility: hidden;
          -moz-backface-visibility: hidden;
          -ms-backface-visibility: hidden;
          backface-visibility: hidden;
          -webkit-perspective: 1000;
          -moz-perspective: 1000;
          -ms-perspective: 1000;
          perspective: 1000; }
          .slider .slider-wrapper .groove-wrapper .groove .handle:focus {
            background-color: #96151D;
            outline: none;
            -webkit-transform: scale(1.4444444444);
            -ms-transform: scale(1.4444444444);
            transform: scale(1.4444444444); }

body.layer .overlay {
  opacity: 1; }

body .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9997;
  display: table;
  box-sizing: border-box;
  opacity: 0; }
  @media only screen and (max-width: 1920px) {
    body .overlay {
      padding-left: 6px;
      padding-right: 6px; } }
  @media only screen and (max-width: 1600px) {
    body .overlay {
      padding-left: 5px;
      padding-right: 5px; } }
  @media only screen and (max-width: 1280px) {
    body .overlay {
      padding-left: 9px;
      padding-right: 8px; } }
  @media only screen and (max-width: 960px) {
    body .overlay {
      padding-left: 1px;
      padding-right: 1px; } }
  @media only screen and (max-width: 640px) {
    body .overlay {
      padding-left: 2px;
      padding-right: 2px; } }
  @media only screen and (max-width: 480px) {
    body .overlay {
      padding-left: 0px;
      padding-right: 0px; } }
  @media only screen and (max-width: 320px) {
    body .overlay {
      padding-left: 0px;
      padding-right: 0px; } }
  body .overlay .context {
    display: table-cell;
    vertical-align: middle;
    height: 100%; }
    body .overlay .context .scrim {
      background: rgba(0, 0, 0, 0.2);
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%; }
    body .overlay .context .modal-dialog {
      position: relative;
      background-color: #FFF;
      border: solid 12px #666;
      margin: 0 auto;
      height: 80%;
      max-height: 80% !important;
      -webkit-transform: translate3d(0, 0, 0); }
      @media only screen and (max-width: 1920px) {
        body .overlay .context .modal-dialog {
          max-width: 1206px;
          width: 63.2075471698%; } }
      @media only screen and (max-width: 1600px) {
        body .overlay .context .modal-dialog {
          max-width: 1146px;
          width: 72.0754716981%; } }
      @media only screen and (max-width: 1280px) {
        body .overlay .context .modal-dialog {
          max-width: 851px;
          width: 67.3792557403%; } }
      @media only screen and (max-width: 960px) {
        body .overlay .context .modal-dialog {
          max-width: 770px;
          width: 80.375782881%; } }
      @media only screen and (max-width: 640px) {
        body .overlay .context .modal-dialog {
          max-width: 480px;
          width: 75.4716981132%; } }
      @media only screen and (max-width: 480px) {
        body .overlay .context .modal-dialog {
          max-width: 480px;
          width: 100%; } }
      @media only screen and (max-width: 320px) {
        body .overlay .context .modal-dialog {
          max-width: 320px;
          width: 100%; } }
      @media only screen and (max-width: 640px) {
        body .overlay .context .modal-dialog {
          border: solid 6px #666; } }
      @media only screen and (max-width: 480px) {
        body .overlay .context .modal-dialog {
          border: none;
          height: 100vh;
          max-height: 100vh !important; }
          body .overlay .context .modal-dialog[style] {
            height: 100vh !important; } }
      body .overlay .context .modal-dialog button.close {
        font-size: 10px;
        width: 30px;
        height: 30px;
        position: absolute;
        z-index: 9999;
        top: 0;
        right: 0;
        cursor: pointer; }
        @media only screen and (max-width: 480px) {
          body .overlay .context .modal-dialog button.close {
            width: 42px;
            height: 42px; } }
        body .overlay .context .modal-dialog button.close span {
          position: absolute;
          display: block;
          top: 50%;
          left: 50%;
          text-indent: 300%;
          overflow: hidden;
          white-space: nowrap;
          width: 20px;
          height: 20px;
          margin-top: -10px;
          margin-left: -10px;
          background-size: 20px 60px;
          background-image: url(../images/cancel-modal-dialog.svg);
          background-repeat: no-repeat;
          background-position: 0 0; }
          @media only screen and (max-width: 480px) {
            body .overlay .context .modal-dialog button.close span {
              width: 22px;
              height: 22px;
              margin-top: -11px;
              margin-left: -11px;
              background-size: 22px 66px; } }
        body .overlay .context .modal-dialog button.close:hover span {
          background-position: 0 50%; }
        body .overlay .context .modal-dialog button.close:active span {
          background-position: 0 100%; }
      body .overlay .context .modal-dialog > div {
        display: block;
        height: 100%; }
        body .overlay .context .modal-dialog > div .modal-heading {
          position: absolute;
          top: 0;
          left: 0;
          z-index: auto;
          width: 100%;
          box-sizing: border-box;
          font-size: 21px;
          line-height: 24px;
          margin-bottom: 0;
          padding-right: 30px; }
          @media only screen and (max-width: 1920px) {
            body .overlay .context .modal-dialog > div .modal-heading {
              padding-top: 36px;
              padding-bottom: 36px;
              padding-left: 36px; } }
          @media only screen and (max-width: 1600px) {
            body .overlay .context .modal-dialog > div .modal-heading {
              padding-top: 36px;
              padding-bottom: 36px;
              padding-left: 36px; } }
          @media only screen and (max-width: 1280px) {
            body .overlay .context .modal-dialog > div .modal-heading {
              padding-top: 27px;
              padding-bottom: 27px;
              padding-left: 27px; } }
          @media only screen and (max-width: 960px) {
            body .overlay .context .modal-dialog > div .modal-heading {
              padding-top: 18px;
              padding-bottom: 18px;
              padding-left: 18px; } }
          @media only screen and (max-width: 640px) {
            body .overlay .context .modal-dialog > div .modal-heading {
              padding-top: 12px;
              padding-bottom: 12px;
              padding-left: 12px; } }
          @media only screen and (max-width: 480px) {
            body .overlay .context .modal-dialog > div .modal-heading {
              padding-top: 12px;
              padding-bottom: 12px;
              padding-left: 12px; } }
          @media only screen and (max-width: 320px) {
            body .overlay .context .modal-dialog > div .modal-heading {
              padding-top: 12px;
              padding-bottom: 12px;
              padding-left: 12px; } }
          @media only screen and (max-width: 640px) {
            body .overlay .context .modal-dialog > div .modal-heading {
              font-size: 16px;
              line-height: 18px;
              margin-bottom: 15px; } }
          @media only screen and (max-width: 480px) {
            body .overlay .context .modal-dialog > div .modal-heading {
              padding-right: 38px;
              background-color: #EAE5DA; } }
        body .overlay .context .modal-dialog > div .content {
          position: absolute;
          z-index: auto;
          overflow: auto;
          -webkit-overflow-scrolling: touch; }
          @media only screen and (max-width: 1920px) {
            body .overlay .context .modal-dialog > div .content {
              top: 96px;
              right: 36px;
              bottom: 36px;
              left: 36px; } }
          @media only screen and (max-width: 1600px) {
            body .overlay .context .modal-dialog > div .content {
              top: 96px;
              right: 36px;
              bottom: 36px;
              left: 36px; } }
          @media only screen and (max-width: 1280px) {
            body .overlay .context .modal-dialog > div .content {
              top: 78px;
              right: 27px;
              bottom: 27px;
              left: 27px; } }
          @media only screen and (max-width: 960px) {
            body .overlay .context .modal-dialog > div .content {
              top: 60px;
              right: 18px;
              bottom: 18px;
              left: 18px; } }
          @media only screen and (max-width: 640px) {
            body .overlay .context .modal-dialog > div .content {
              top: 48px;
              right: 12px;
              bottom: 12px;
              left: 12px; } }
          @media only screen and (max-width: 480px) {
            body .overlay .context .modal-dialog > div .content {
              top: 60px;
              right: 12px;
              bottom: 12px;
              left: 12px; } }
          @media only screen and (max-width: 320px) {
            body .overlay .context .modal-dialog > div .content {
              top: 60px;
              right: 12px;
              bottom: 12px;
              left: 12px; } }
          body .overlay .context .modal-dialog > div .content > *::after {
            content: "";
            clear: both;
            height: 0; }

button.layer-btn {
  text-decoration: none;
  line-height: 1.5;
  padding: 0;
  cursor: pointer;
  text-align: left;
  font-size: 1em;
  border-bottom: none; }
  button.layer-btn:hover span {
    color: #96151D;
    border-bottom-color: #96151D; }
    button.layer-btn:hover span.icon {
      background-position: 0 100%; }
  button.layer-btn span {
    color: #8D4900;
    border-bottom-color: #8D4900;
    border-bottom-width: 1px;
    border-bottom-style: solid; }
    button.layer-btn span.icon {
      background-image: url(../images/modal-dialog.svg);
      background-repeat: no-repeat;
      background-position: 0 0;
      background-size: 10px 24px;
      border-bottom: none;
      width: 10px;
      height: 12px;
      display: inline-block;
      vertical-align: middle;
      margin-left: 4px; }

@media only screen and (max-width: 1920px) {
  .main-content-wrapper {
    padding-top: 36px;
    padding-right: 6px;
    padding-bottom: 36px;
    padding-left: 42px; } }

@media only screen and (max-width: 1600px) {
  .main-content-wrapper {
    padding-top: 36px;
    padding-right: 5px;
    padding-bottom: 36px;
    padding-left: 41px; } }

@media only screen and (max-width: 1280px) {
  .main-content-wrapper {
    padding-top: 27px;
    padding-right: 8px;
    padding-bottom: 27px;
    padding-left: 35px; } }

@media only screen and (max-width: 960px) {
  .main-content-wrapper {
    padding-top: 18px;
    padding-right: 1px;
    padding-bottom: 18px;
    padding-left: 19px; } }

@media only screen and (max-width: 640px) {
  .main-content-wrapper {
    padding-top: 12px;
    padding-right: 2px;
    padding-bottom: 12px;
    padding-left: 14px; } }

@media only screen and (max-width: 480px) {
  .main-content-wrapper {
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 12px; } }

@media only screen and (max-width: 320px) {
  .main-content-wrapper {
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 12px;
    padding-left: 12px; } }

.banner {
  background-color: #EAE5DA;
  min-height: 153px;
  box-sizing: border-box; }
  @media only screen and (max-width: 1920px) {
    .banner {
      margin-right: 36px;
      padding: 36px;
      margin-bottom: 36px; } }
  @media only screen and (max-width: 1600px) {
    .banner {
      margin-right: 36px;
      padding: 36px;
      margin-bottom: 36px; } }
  @media only screen and (max-width: 1280px) {
    .banner {
      margin-right: 27px;
      padding: 27px;
      margin-bottom: 27px; } }
  @media only screen and (max-width: 960px) {
    .banner {
      margin-right: 18px; } }
  @media only screen and (max-width: 640px) {
    .banner {
      margin-right: 12px; } }
  @media only screen and (max-width: 480px) {
    .banner {
      margin-right: 12px; } }
  @media only screen and (max-width: 320px) {
    .banner {
      margin-right: 12px; } }
  @media only screen and (max-width: 960px) {
    .banner {
      padding: 36px;
      margin-bottom: 18px; } }
  @media only screen and (max-width: 640px) {
    .banner {
      padding: 24px;
      margin-bottom: 18px; } }
  @media only screen and (max-width: 480px) {
    .banner {
      background-color: transparent;
      padding: 0;
      margin-bottom: 0;
      min-height: 0; } }
  .banner h2 {
    font-size: 39px;
    line-height: 48px;
    margin: 0 0 27px;
    font-weight: normal;
    color: #96151D; }
    @media only screen and (max-width: 640px) {
      .banner h2 {
        font-size: 21px;
        line-height: 24px;
        margin: 0 0 18px; } }
  .banner p:last-of-type {
    margin-bottom: 0; }
    @media only screen and (max-width: 480px) {
      .banner p:last-of-type {
        margin-bottom: 18px; } }

p {
  font-size: 14px;
  line-height: 1.5;
  margin: 0 0 21px; }

.big-number {
  font-size: 27px;
  line-height: 0;
  color: #96151D; }

#tool-wrapper {
  box-sizing: border-box; }
  @media only screen and (max-width: 1920px) {
    #tool-wrapper {
      width: 75%; } }
  @media only screen and (max-width: 1600px) {
    #tool-wrapper {
      width: 78.5714285714%; } }
  @media only screen and (max-width: 1280px) {
    #tool-wrapper {
      width: 75%; } }
  @media only screen and (max-width: 960px) {
    #tool-wrapper {
      width: 100%; } }
  @media only screen and (max-width: 640px) {
    #tool-wrapper {
      width: 100%; } }
  @media only screen and (max-width: 480px) {
    #tool-wrapper {
      width: 100%; } }
  @media only screen and (max-width: 320px) {
    #tool-wrapper {
      width: 100%; } }
  @media only screen and (max-width: 640px) {
    #tool-wrapper {
      padding-bottom: 67px; } }
  #tool-wrapper .table {
    display: table;
    width: 100%;
    table-layout: fixed;
    margin-bottom: 18px; }
    @media only screen and (max-width: 640px) {
      #tool-wrapper .table {
        display: block;
        margin-bottom: 0; } }
    #tool-wrapper .table #chart-container {
      display: table-cell;
      vertical-align: top; }
      @media only screen and (max-width: 640px) {
        #tool-wrapper .table #chart-container {
          display: block; } }
      @media only screen and (max-width: 1920px) {
        #tool-wrapper .table #chart-container {
          width: 41.6666666667%;
          padding-right: 36px; } }
      @media only screen and (max-width: 1600px) {
        #tool-wrapper .table #chart-container {
          width: 45.4545454545%;
          padding-right: 36px; } }
      @media only screen and (max-width: 1280px) {
        #tool-wrapper .table #chart-container {
          width: 44.4444444444%;
          padding-right: 27px; } }
      @media only screen and (max-width: 960px) {
        #tool-wrapper .table #chart-container {
          width: 40%;
          padding-right: 18px; } }
      @media only screen and (max-width: 640px) {
        #tool-wrapper .table #chart-container {
          padding-right: 12px; } }
      @media only screen and (max-width: 480px) {
        #tool-wrapper .table #chart-container {
          padding-right: 12px; } }
      @media only screen and (max-width: 320px) {
        #tool-wrapper .table #chart-container {
          padding-right: 12px; } }
      @media only screen and (max-width: 640px) {
        #tool-wrapper .table #chart-container {
          width: auto; } }
      #tool-wrapper .table #chart-container h3 {
        font-size: 21px;
        line-height: 24px;
        margin-bottom: 18px; }
        @media only screen and (max-width: 640px) {
          #tool-wrapper .table #chart-container h3 {
            font-size: 16px;
            line-height: 18px;
            margin-bottom: 15px; } }
      #tool-wrapper .table #chart-container .chart {
        position: relative;
        margin: 0; }
        #tool-wrapper .table #chart-container .chart .ranges {
          height: 293px;
          position: absolute;
          top: 0;
          left: 0;
          z-index: 0;
          width: 100%;
          box-sizing: border-box;
          border-top: solid 1px #CCC; }
          #tool-wrapper .table #chart-container .chart .ranges .range {
            border-bottom: solid 1px #CCC;
            box-sizing: border-box;
            height: 25%; }
            #tool-wrapper .table #chart-container .chart .ranges .range span {
              padding-top: 8px;
              display: block;
              color: #666;
              font-size: 13px;
              line-height: 16px; }
        #tool-wrapper .table #chart-container .chart .table-wrapper .table {
          display: table;
          width: 100%;
          table-layout: fixed;
          background-color: transparent;
          box-sizing: border-box; }
          @media only screen and (max-width: 1920px) {
            #tool-wrapper .table #chart-container .chart .table-wrapper .table {
              padding-left: 36px; } }
          @media only screen and (max-width: 1600px) {
            #tool-wrapper .table #chart-container .chart .table-wrapper .table {
              padding-left: 36px; } }
          @media only screen and (max-width: 1280px) {
            #tool-wrapper .table #chart-container .chart .table-wrapper .table {
              padding-left: 27px; } }
          @media only screen and (max-width: 960px) {
            #tool-wrapper .table #chart-container .chart .table-wrapper .table {
              padding-left: 18px; } }
          @media only screen and (max-width: 640px) {
            #tool-wrapper .table #chart-container .chart .table-wrapper .table {
              padding-left: 12px; } }
          @media only screen and (max-width: 480px) {
            #tool-wrapper .table #chart-container .chart .table-wrapper .table {
              padding-left: 12px; } }
          @media only screen and (max-width: 320px) {
            #tool-wrapper .table #chart-container .chart .table-wrapper .table {
              padding-left: 12px; } }
          #tool-wrapper .table #chart-container .chart .table-wrapper .table .row {
            display: table-row; }
            #tool-wrapper .table #chart-container .chart .table-wrapper .table .row:first-child {
              height: 293px; }
            #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column {
              display: table-cell;
              padding-top: 0;
              padding-bottom: 0;
              padding-left: 0;
              box-sizing: border-box;
              width: 50%; }
              @media only screen and (max-width: 1920px) {
                #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column {
                  padding-right: 36px; } }
              @media only screen and (max-width: 1600px) {
                #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column {
                  padding-right: 36px; } }
              @media only screen and (max-width: 1280px) {
                #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column {
                  padding-right: 27px; } }
              @media only screen and (max-width: 960px) {
                #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column {
                  padding-right: 18px; } }
              @media only screen and (max-width: 640px) {
                #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column {
                  padding-right: 12px; } }
              @media only screen and (max-width: 480px) {
                #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column {
                  padding-right: 12px; } }
              @media only screen and (max-width: 320px) {
                #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column {
                  padding-right: 12px; } }
              #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column .bar-wrapper {
                height: 293px;
                position: relative;
                width: 100%; }
                #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column .bar-wrapper > div {
                  position: absolute;
                  z-index: auto;
                  left: 0;
                  bottom: 0;
                  width: 100%;
                  border-style: solid;
                  border-width: 0;
                  box-sizing: border-box; }
                  #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column .bar-wrapper > div.active {
                    border-width: 1px; }
              #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column:first-child .bar-0 {
                background: #A8B400;/* IE6-9 */
                background: linear-gradient(to bottom, rgba(168, 180, 0, 0.8) 0%, rgba(168, 180, 0, 0.6) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccA8B400', endColorstr='#99A8B400',GradientType=0 );
                border-color: #A8B400; }
              #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column:first-child .bar-1 {
                background: #EBBA00;/* IE6-9 */
                background: linear-gradient(to bottom, rgba(235, 186, 0, 0.8) 0%, rgba(235, 186, 0, 0.6) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccEBBA00', endColorstr='#99EBBA00',GradientType=0 );
                border-color: #EBBA00; }
              #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column:first-child .bar-2 {
                background: #E37222;/* IE6-9 */
                background: linear-gradient(to bottom, rgba(227, 114, 34, 0.8) 0%, rgba(227, 114, 34, 0.6) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccE37222', endColorstr='#99E37222',GradientType=0 );
                border-color: #E37222; }
              #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column:last-child .bar-0 {
                background: #003C69;/* IE6-9 */
                background: linear-gradient(to bottom, rgba(0, 60, 105, 0.8) 0%, rgba(0, 60, 105, 0.6) 100%);
                filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc003C69', endColorstr='#99003C69',GradientType=0 );
                border-color: #003C69; }
              #tool-wrapper .table #chart-container .chart .table-wrapper .table .row .column p {
                padding-top: 8px;
                text-align: center;
                color: #666;
                font-size: 13px;
                line-height: 16px;
                margin-bottom: 1em; }
      @media only screen and (max-width: 1920px) {
        #tool-wrapper .table #chart-container .table-wrapper {
          padding-left: 14.7540983607%; } }
      @media only screen and (max-width: 1600px) {
        #tool-wrapper .table #chart-container .table-wrapper {
          padding-left: 14.450867052%; } }
      @media only screen and (max-width: 1280px) {
        #tool-wrapper .table #chart-container .table-wrapper {
          padding-left: 19.7402597403%; } }
      @media only screen and (max-width: 960px) {
        #tool-wrapper .table #chart-container .table-wrapper {
          padding-left: 21.2290502793%; } }
      @media only screen and (max-width: 640px) {
        #tool-wrapper .table #chart-container .table-wrapper {
          padding-left: 22%; } }
      @media only screen and (max-width: 480px) {
        #tool-wrapper .table #chart-container .table-wrapper {
          padding-left: 14.4736842105%; } }
      @media only screen and (max-width: 320px) {
        #tool-wrapper .table #chart-container .table-wrapper {
          padding-left: 21.9594594595%; } }
      #tool-wrapper .table #chart-container .legend-wrapper h4 {
        color: #666;
        font-size: 13px;
        line-height: 16px;
        margin-bottom: 6px;
        box-sizing: border-box;
        display: inline-block;
        vertical-align: top;
        text-align: right; }
        @media only screen and (max-width: 1920px) {
          #tool-wrapper .table #chart-container .legend-wrapper h4 {
            width: 14.7540983607%; } }
        @media only screen and (max-width: 1600px) {
          #tool-wrapper .table #chart-container .legend-wrapper h4 {
            width: 14.450867052%; } }
        @media only screen and (max-width: 1280px) {
          #tool-wrapper .table #chart-container .legend-wrapper h4 {
            width: 19.7402597403%; } }
        @media only screen and (max-width: 960px) {
          #tool-wrapper .table #chart-container .legend-wrapper h4 {
            width: 21.2290502793%; } }
        @media only screen and (max-width: 640px) {
          #tool-wrapper .table #chart-container .legend-wrapper h4 {
            width: 22%; } }
        @media only screen and (max-width: 480px) {
          #tool-wrapper .table #chart-container .legend-wrapper h4 {
            width: 14.4736842105%; } }
        @media only screen and (max-width: 320px) {
          #tool-wrapper .table #chart-container .legend-wrapper h4 {
            width: 21.9594594595%; } }
      #tool-wrapper .table #chart-container .legend-wrapper ul.legend {
        list-style-type: none;
        padding: 0;
        margin: 0 0 18px 0; }
        #tool-wrapper .table #chart-container .legend-wrapper ul.legend li {
          color: #666;
          font-size: 13px;
          line-height: 16px;
          padding: 0 0 0 18px;
          margin: 0 0 6px 0;
          position: relative; }
          #tool-wrapper .table #chart-container .legend-wrapper ul.legend li .swatch {
            display: block;
            width: 12px;
            height: 12px;
            margin: 0 0;
            box-sizing: border-box;
            position: absolute;
            z-index: auto;
            top: 0;
            left: 0; }
          #tool-wrapper .table #chart-container .legend-wrapper ul.legend li.orange .swatch {
            background-color: rgba(227, 114, 34, 0.8);
            border: solid 1px #E37222; }
          #tool-wrapper .table #chart-container .legend-wrapper ul.legend li.yellow .swatch {
            background-color: rgba(235, 186, 0, 0.8);
            border: solid 1px #EBBA00; }
          #tool-wrapper .table #chart-container .legend-wrapper ul.legend li.green .swatch {
            background-color: rgba(168, 180, 0, 0.8);
            border: solid 1px #A8B400; }
          #tool-wrapper .table #chart-container .legend-wrapper ul.legend li.blue .swatch {
            background-color: rgba(0, 60, 105, 0.8);
            border: solid 1px #003C69; }
      #tool-wrapper .table #chart-container .legend-wrapper ul.legend {
        display: inline-block;
        vertical-align: top; }
        @media only screen and (max-width: 1920px) {
          #tool-wrapper .table #chart-container .legend-wrapper ul.legend {
            padding-left: 36px; } }
        @media only screen and (max-width: 1600px) {
          #tool-wrapper .table #chart-container .legend-wrapper ul.legend {
            padding-left: 36px; } }
        @media only screen and (max-width: 1280px) {
          #tool-wrapper .table #chart-container .legend-wrapper ul.legend {
            padding-left: 27px; } }
        @media only screen and (max-width: 960px) {
          #tool-wrapper .table #chart-container .legend-wrapper ul.legend {
            padding-left: 18px; } }
        @media only screen and (max-width: 640px) {
          #tool-wrapper .table #chart-container .legend-wrapper ul.legend {
            padding-left: 12px; } }
        @media only screen and (max-width: 480px) {
          #tool-wrapper .table #chart-container .legend-wrapper ul.legend {
            padding-left: 12px; } }
        @media only screen and (max-width: 320px) {
          #tool-wrapper .table #chart-container .legend-wrapper ul.legend {
            padding-left: 12px; } }
      #tool-wrapper .table #chart-container > footer {
        overflow: hidden;
        margin-bottom: 18px; }
    #tool-wrapper .table #input-container {
      display: table-cell;
      vertical-align: top; }
      @media only screen and (max-width: 1920px) {
        #tool-wrapper .table #input-container {
          width: 58.3333333333%; } }
      @media only screen and (max-width: 1600px) {
        #tool-wrapper .table #input-container {
          width: 54.5454545455%; } }
      @media only screen and (max-width: 1280px) {
        #tool-wrapper .table #input-container {
          width: 55.5555555556%; } }
      @media only screen and (max-width: 960px) {
        #tool-wrapper .table #input-container {
          width: 60%; } }
      @media only screen and (max-width: 640px) {
        #tool-wrapper .table #input-container {
          width: 50%; } }
      @media only screen and (max-width: 480px) {
        #tool-wrapper .table #input-container {
          width: 100%; } }
      @media only screen and (max-width: 320px) {
        #tool-wrapper .table #input-container {
          width: 100%; } }
      @media only screen and (max-width: 1920px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 36px; } }
      @media only screen and (max-width: 1600px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 36px; } }
      @media only screen and (max-width: 1280px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 27px; } }
      @media only screen and (max-width: 960px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 18px; } }
      @media only screen and (max-width: 640px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 12px; } }
      @media only screen and (max-width: 480px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 12px; } }
      @media only screen and (max-width: 320px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 12px; } }
      @media only screen and (max-width: 1920px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 36px; } }
      @media only screen and (max-width: 1600px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 36px; } }
      @media only screen and (max-width: 1280px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 27px; } }
      @media only screen and (max-width: 960px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 18px; } }
      @media only screen and (max-width: 640px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 12px; } }
      @media only screen and (max-width: 480px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 12px; } }
      @media only screen and (max-width: 320px) {
        #tool-wrapper .table #input-container .wrapper {
          padding-right: 12px; } }
      #tool-wrapper .table #input-container .wrapper p {
        margin-bottom: 6px; }
        #tool-wrapper .table #input-container .wrapper p:first-child {
          padding-top: 4px; }
      @media only screen and (max-width: 640px) {
        #tool-wrapper .table #input-container .wrapper > * {
          padding-right: 12px;
          padding-left: 12px; } }
      @media only screen and (max-width: 480px) {
        #tool-wrapper .table #input-container .wrapper > * {
          padding-right: 12px;
          padding-left: 12px; } }
      #tool-wrapper .table #input-container .table {
        display: table;
        width: 100%;
        table-layout: fixed;
        background-color: transparent;
        box-sizing: border-box; }
        #tool-wrapper .table #input-container .table .row {
          display: table-row; }
          #tool-wrapper .table #input-container .table .row .column {
            display: table-cell;
            vertical-align: top;
            box-sizing: border-box;
            width: 50%;
            padding-top: 12px;
            padding-bottom: 21px; }
            @media only screen and (max-width: 1920px) {
              #tool-wrapper .table #input-container .table .row .column {
                padding-right: 36px; } }
            @media only screen and (max-width: 1600px) {
              #tool-wrapper .table #input-container .table .row .column {
                padding-right: 36px; } }
            @media only screen and (max-width: 1280px) {
              #tool-wrapper .table #input-container .table .row .column {
                padding-right: 27px; } }
            @media only screen and (max-width: 960px) {
              #tool-wrapper .table #input-container .table .row .column {
                padding-right: 18px; } }
            @media only screen and (max-width: 640px) {
              #tool-wrapper .table #input-container .table .row .column {
                padding-right: 12px; } }
            @media only screen and (max-width: 480px) {
              #tool-wrapper .table #input-container .table .row .column {
                padding-right: 12px; } }
            @media only screen and (max-width: 320px) {
              #tool-wrapper .table #input-container .table .row .column {
                padding-right: 12px; } }
            #tool-wrapper .table #input-container .table .row .column label {
              display: table;
              width: 100%; }
              #tool-wrapper .table #input-container .table .row .column label > div {
                display: table-cell;
                vertical-align: top; }
                #tool-wrapper .table #input-container .table .row .column label > div:first-child {
                  width: 21px; }
                #tool-wrapper .table #input-container .table .row .column label > div input {
                  font-size: 10px;
                  margin: 3px 6px 0 0;
                  padding: 0; }
            #tool-wrapper .table #input-container .table .row .column p {
              margin-bottom: 0; }
          #tool-wrapper .table #input-container .table .row:last-child .column {
            padding-bottom: 33px; }
      @media only screen and (max-width: 1920px) {
        #tool-wrapper .table #input-container footer {
          padding-right: 36px; } }
      @media only screen and (max-width: 1600px) {
        #tool-wrapper .table #input-container footer {
          padding-right: 36px; } }
      @media only screen and (max-width: 1280px) {
        #tool-wrapper .table #input-container footer {
          padding-right: 27px; } }
      @media only screen and (max-width: 960px) {
        #tool-wrapper .table #input-container footer {
          padding-right: 18px; } }
      @media only screen and (max-width: 640px) {
        #tool-wrapper .table #input-container footer {
          padding-right: 12px; } }
      @media only screen and (max-width: 480px) {
        #tool-wrapper .table #input-container footer {
          padding-right: 12px; } }
      @media only screen and (max-width: 320px) {
        #tool-wrapper .table #input-container footer {
          padding-right: 12px; } }
      #tool-wrapper .table #input-container footer p:first-child {
        display: none; }
        #tool-wrapper .table #input-container footer p:first-child.active {
          display: block; }
  @media only screen and (max-width: 1920px) {
    #tool-wrapper > footer {
      padding-right: 36px; } }
  @media only screen and (max-width: 1600px) {
    #tool-wrapper > footer {
      padding-right: 36px; } }
  @media only screen and (max-width: 1280px) {
    #tool-wrapper > footer {
      padding-right: 27px; } }
  @media only screen and (max-width: 960px) {
    #tool-wrapper > footer {
      padding-right: 18px; } }
  @media only screen and (max-width: 640px) {
    #tool-wrapper > footer {
      padding-right: 12px; } }
  @media only screen and (max-width: 480px) {
    #tool-wrapper > footer {
      padding-right: 12px; } }
  @media only screen and (max-width: 320px) {
    #tool-wrapper > footer {
      padding-right: 12px; } }
  @media only screen and (max-width: 640px) {
    #tool-wrapper > footer hr {
      display: none; } }

hr {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: #D9D9D9;
  border-right: none;
  border-bottom: none;
  border-left: none;
  margin: 0 0 8px;
  background-color: transparent;
  color: transparent;
  height: 0; }

footer p {
  color: #666;
  font-size: 13px;
  line-height: 16px;
  margin-bottom: 13px; }

.chart-fallback {
  font-size: 13px;
  line-height: 15px;
  text-align: center;
  color: #FFF;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  background-color: #333;
  width: 100%;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition-delay: 0;
  transition-delay: 0;
  -webkit-transition-duration: 0.375s;
  transition-duration: 0.375s;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
  border-bottom: solid 1px #000;
  display: none; }
  @media only screen and (max-width: 1920px) {
    .chart-fallback {
      padding: 36px 0; } }
  @media only screen and (max-width: 1600px) {
    .chart-fallback {
      padding: 36px 0; } }
  @media only screen and (max-width: 1280px) {
    .chart-fallback {
      padding: 27px 0; } }
  @media only screen and (max-width: 960px) {
    .chart-fallback {
      padding: 18px 0; } }
  @media only screen and (max-width: 640px) {
    .chart-fallback {
      padding: 12px 0; } }
  @media only screen and (max-width: 480px) {
    .chart-fallback {
      padding: 12px 0; } }
  @media only screen and (max-width: 320px) {
    .chart-fallback {
      padding: 12px 0; } }
  @media only screen and (max-width: 640px) {
    .chart-fallback {
      display: block; } }
  .chart-fallback .scroll-to-top {
    display: block;
    position: fixed;
    right: -40px;
    z-index: 1;
    padding: 0;
    margin: 0;
    border: none;
    height: 40px;
    width: 40px;
    background-size: 40px;
    background-image: url(../images/scroll-to-top.svg);
    background-repeat: no-repeat;
    background-position: 0;
    cursor: pointer;
    -webkit-transition-delay: 0s, 0.375s;
    transition-delay: 0s, 0.375s;
    -webkit-transition-duration: 0.375s, 0s;
    transition-duration: 0.375s, 0s;
    -webkit-transition-property: opacity, right;
    transition-property: opacity, right;
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
    opacity: 0; }
    @media only screen and (max-width: 1920px) {
      .chart-fallback .scroll-to-top {
        top: -76px; } }
    @media only screen and (max-width: 1600px) {
      .chart-fallback .scroll-to-top {
        top: -76px; } }
    @media only screen and (max-width: 1280px) {
      .chart-fallback .scroll-to-top {
        top: -67px; } }
    @media only screen and (max-width: 960px) {
      .chart-fallback .scroll-to-top {
        top: -58px; } }
    @media only screen and (max-width: 640px) {
      .chart-fallback .scroll-to-top {
        top: -52px; } }
    @media only screen and (max-width: 480px) {
      .chart-fallback .scroll-to-top {
        top: -52px; } }
    @media only screen and (max-width: 320px) {
      .chart-fallback .scroll-to-top {
        top: -52px; } }
  .chart-fallback.active {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
    .chart-fallback.active .scroll-to-top {
      opacity: 1; }
      @media only screen and (max-width: 1920px) {
        .chart-fallback.active .scroll-to-top {
          right: 36px;
          -webkit-transition-delay: 0s;
          transition-delay: 0s; } }
      @media only screen and (max-width: 1600px) {
        .chart-fallback.active .scroll-to-top {
          right: 36px;
          -webkit-transition-delay: 0s;
          transition-delay: 0s; } }
      @media only screen and (max-width: 1280px) {
        .chart-fallback.active .scroll-to-top {
          right: 27px;
          -webkit-transition-delay: 0s;
          transition-delay: 0s; } }
      @media only screen and (max-width: 960px) {
        .chart-fallback.active .scroll-to-top {
          right: 18px;
          -webkit-transition-delay: 0s;
          transition-delay: 0s; } }
      @media only screen and (max-width: 640px) {
        .chart-fallback.active .scroll-to-top {
          right: 12px;
          -webkit-transition-delay: 0s;
          transition-delay: 0s; } }
      @media only screen and (max-width: 480px) {
        .chart-fallback.active .scroll-to-top {
          right: 12px;
          -webkit-transition-delay: 0s;
          transition-delay: 0s; } }
      @media only screen and (max-width: 320px) {
        .chart-fallback.active .scroll-to-top {
          right: 12px;
          -webkit-transition-delay: 0s;
          transition-delay: 0s; } }
  .chart-fallback > * {
    display: table;
    width: 100%; }
    .chart-fallback > * > * {
      display: table-cell;
      width: 50%;
      vertical-align: top;
      box-sizing: border-box; }
      @media only screen and (max-width: 1920px) {
        .chart-fallback > * > * {
          padding: 0 36px; } }
      @media only screen and (max-width: 1600px) {
        .chart-fallback > * > * {
          padding: 0 36px; } }
      @media only screen and (max-width: 1280px) {
        .chart-fallback > * > * {
          padding: 0 27px; } }
      @media only screen and (max-width: 960px) {
        .chart-fallback > * > * {
          padding: 0 18px; } }
      @media only screen and (max-width: 640px) {
        .chart-fallback > * > * {
          padding: 0 12px; } }
      @media only screen and (max-width: 480px) {
        .chart-fallback > * > * {
          padding: 0 12px; } }
      @media only screen and (max-width: 320px) {
        .chart-fallback > * > * {
          padding: 0 12px; } }
      .chart-fallback > * > *:first-child {
        border-right: solid 1px #b3b3b3; }
      .chart-fallback > * > * .jumbo-number {
        color: #FFF;
        font-size: 26px;
        line-height: 39px; }

table {
  background-color: #FFF;
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 18px;
  text-align: left;
  width: 100%; }
  table thead tr th {
    border-left-style: solid;
    border-left-color: #FFF;
    border-left-width: 2px;
    background-color: #EAE5DA;
    font-size: 11px;
    line-height: 13px;
    font-weight: bold;
    height: 36px;
    padding: 9px;
    vertical-align: bottom;
    text-align: left; }
    table thead tr th:first-child {
      border-left: none; }
  table tbody tr {
    border-bottom-color: #D9D9D9;
    border-bottom-style: solid;
    border-bottom-width: 1px; }
    table tbody tr th {
      border-left-style: solid;
      border-left-color: #FFF;
      border-left-width: 2px;
      background-color: #EAE5DA;
      font-size: 11px;
      line-height: 13px;
      font-weight: bold;
      height: 36px;
      padding: 9px;
      vertical-align: bottom;
      text-align: left; }
      table tbody tr th:first-child {
        border-left: none; }
    table tbody tr td {
      font-size: 12px;
      line-height: 15px;
      padding-top: 6px;
      padding-right: 9px;
      padding-bottom: 6px;
      padding-left: 11px;
      vertical-align: middle; }
      table tbody tr td:first-child {
        padding-left: 9px; }
    table tbody tr:first-child, table tbody tr:last-child {
      border-bottom: none; }

.overlay .context .modal-dialog > div .content#results-dialog .chart-wrapper {
  float: left;
  box-sizing: border-box; }
  @media only screen and (max-width: 1920px) {
    .overlay .context .modal-dialog > div .content#results-dialog .chart-wrapper {
      width: 41.2698412698%;
      padding-right: 36px; } }
  @media only screen and (max-width: 1600px) {
    .overlay .context .modal-dialog > div .content#results-dialog .chart-wrapper {
      width: 41.3407821229%;
      padding-right: 36px; } }
  @media only screen and (max-width: 1280px) {
    .overlay .context .modal-dialog > div .content#results-dialog .chart-wrapper {
      width: 51.6938519448%;
      padding-right: 27px; } }
  @media only screen and (max-width: 960px) {
    .overlay .context .modal-dialog > div .content#results-dialog .chart-wrapper {
      width: 51.2261580381%;
      padding-right: 18px; } }
  @media only screen and (max-width: 640px) {
    .overlay .context .modal-dialog > div .content#results-dialog .chart-wrapper {
      width: 51.3157894737%;
      padding-right: 12px; } }
  @media only screen and (max-width: 480px) {
    .overlay .context .modal-dialog > div .content#results-dialog .chart-wrapper {
      width: 51.3157894737%;
      padding-right: 12px; } }
  @media only screen and (max-width: 320px) {
    .overlay .context .modal-dialog > div .content#results-dialog .chart-wrapper {
      width: 104.054054054%;
      padding-right: 12px; } }

.overlay .context .modal-dialog > div .content#results-dialog .chart {
  position: relative;
  margin: 0; }
  .overlay .context .modal-dialog > div .content#results-dialog .chart .ranges {
    height: 293px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    width: 100%;
    box-sizing: border-box;
    border-top: solid 1px #CCC; }
    .overlay .context .modal-dialog > div .content#results-dialog .chart .ranges .range {
      border-bottom: solid 1px #CCC;
      box-sizing: border-box;
      height: 25%; }
      .overlay .context .modal-dialog > div .content#results-dialog .chart .ranges .range span {
        padding-top: 8px;
        display: block;
        color: #666;
        font-size: 13px;
        line-height: 16px; }
  .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: transparent;
    box-sizing: border-box; }
    @media only screen and (max-width: 1920px) {
      .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table {
        padding-left: 36px; } }
    @media only screen and (max-width: 1600px) {
      .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table {
        padding-left: 36px; } }
    @media only screen and (max-width: 1280px) {
      .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table {
        padding-left: 27px; } }
    @media only screen and (max-width: 960px) {
      .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table {
        padding-left: 18px; } }
    @media only screen and (max-width: 640px) {
      .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table {
        padding-left: 12px; } }
    @media only screen and (max-width: 480px) {
      .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table {
        padding-left: 12px; } }
    @media only screen and (max-width: 320px) {
      .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table {
        padding-left: 12px; } }
    .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row {
      display: table-row; }
      .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row:first-child {
        height: 293px; }
      .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column {
        display: table-cell;
        padding-top: 0;
        padding-bottom: 0;
        padding-left: 0;
        box-sizing: border-box;
        width: 50%; }
        @media only screen and (max-width: 1920px) {
          .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column {
            padding-right: 36px; } }
        @media only screen and (max-width: 1600px) {
          .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column {
            padding-right: 36px; } }
        @media only screen and (max-width: 1280px) {
          .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column {
            padding-right: 27px; } }
        @media only screen and (max-width: 960px) {
          .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column {
            padding-right: 18px; } }
        @media only screen and (max-width: 640px) {
          .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column {
            padding-right: 12px; } }
        @media only screen and (max-width: 480px) {
          .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column {
            padding-right: 12px; } }
        @media only screen and (max-width: 320px) {
          .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column {
            padding-right: 12px; } }
        .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column .bar-wrapper {
          height: 293px;
          position: relative;
          width: 100%; }
          .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column .bar-wrapper > div {
            position: absolute;
            z-index: auto;
            left: 0;
            bottom: 0;
            width: 100%;
            border-style: solid;
            border-width: 0;
            box-sizing: border-box; }
            .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column .bar-wrapper > div.active {
              border-width: 1px; }
        .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column:first-child .bar-0 {
          background: linear-gradient(to bottom, rgba(168, 180, 0, 0.8) 0%, rgba(168, 180, 0, 0.6) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccA8B400', endColorstr='#99A8B400',GradientType=0 );
          /* IE6-9 */
          border-color: #A8B400; }
        .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column:first-child .bar-1 {
          background: linear-gradient(to bottom, rgba(235, 186, 0, 0.8) 0%, rgba(235, 186, 0, 0.6) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccEBBA00', endColorstr='#99EBBA00',GradientType=0 );
          /* IE6-9 */
          border-color: #EBBA00; }
        .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column:first-child .bar-2 {
          background: linear-gradient(to bottom, rgba(227, 114, 34, 0.8) 0%, rgba(227, 114, 34, 0.6) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccE37222', endColorstr='#99E37222',GradientType=0 );
          /* IE6-9 */
          border-color: #E37222; }
        .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column:last-child .bar-0 {
          background: linear-gradient(to bottom, rgba(0, 60, 105, 0.8) 0%, rgba(0, 60, 105, 0.6) 100%);
          filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc003C69', endColorstr='#99003C69',GradientType=0 );
          /* IE6-9 */
          border-color: #003C69; }
        .overlay .context .modal-dialog > div .content#results-dialog .chart .table-wrapper .table .row .column p {
          padding-top: 8px;
          text-align: center;
          color: #666;
          font-size: 13px;
          line-height: 16px;
          margin-bottom: 1em; }

@media only screen and (max-width: 1920px) {
  .overlay .context .modal-dialog > div .content#results-dialog .table-wrapper {
    padding-left: 18.75%; } }

@media only screen and (max-width: 1600px) {
  .overlay .context .modal-dialog > div .content#results-dialog .table-wrapper {
    padding-left: 18.3823529412%; } }

@media only screen and (max-width: 1280px) {
  .overlay .context .modal-dialog > div .content#results-dialog .table-wrapper {
    padding-left: 19.7402597403%; } }

@media only screen and (max-width: 960px) {
  .overlay .context .modal-dialog > div .content#results-dialog .table-wrapper {
    padding-left: 21.2290502793%; } }

@media only screen and (max-width: 640px) {
  .overlay .context .modal-dialog > div .content#results-dialog .table-wrapper {
    padding-left: 29.7297297297%; } }

@media only screen and (max-width: 480px) {
  .overlay .context .modal-dialog > div .content#results-dialog .table-wrapper {
    padding-left: 29.7297297297%; } }

@media only screen and (max-width: 320px) {
  .overlay .context .modal-dialog > div .content#results-dialog .table-wrapper {
    padding-left: 21.9594594595%; } }

.overlay .context .modal-dialog > div .content#results-dialog h3,
.overlay .context .modal-dialog > div .content#results-dialog h4 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px; }

.overlay .context .modal-dialog > div .content#results-dialog ul.legend {
  list-style-type: none;
  padding: 0;
  margin: 0 0 18px 0; }
  .overlay .context .modal-dialog > div .content#results-dialog ul.legend li {
    color: #333;
    font-size: 13px;
    line-height: 16px;
    padding: 0 0 0 18px;
    margin: 0 0 6px 0;
    position: relative; }
    .overlay .context .modal-dialog > div .content#results-dialog ul.legend li .swatch {
      display: block;
      width: 12px;
      height: 12px;
      margin: 0 0;
      box-sizing: border-box;
      position: absolute;
      z-index: auto;
      top: 0;
      left: 0; }
    .overlay .context .modal-dialog > div .content#results-dialog ul.legend li.orange .swatch {
      background-color: rgba(227, 114, 34, 0.8);
      border: solid 1px #E37222; }
    .overlay .context .modal-dialog > div .content#results-dialog ul.legend li.yellow .swatch {
      background-color: rgba(235, 186, 0, 0.8);
      border: solid 1px #EBBA00; }
    .overlay .context .modal-dialog > div .content#results-dialog ul.legend li.green .swatch {
      background-color: rgba(168, 180, 0, 0.8);
      border: solid 1px #A8B400; }
    .overlay .context .modal-dialog > div .content#results-dialog ul.legend li.blue .swatch {
      background-color: rgba(0, 60, 105, 0.8);
      border: solid 1px #003C69; }

.overlay .context .modal-dialog > div .content#results-dialog ul.legend {
  display: block; }
  .overlay .context .modal-dialog > div .content#results-dialog ul.legend li {
    overflow: hidden; }

.overlay .context .modal-dialog > div .content#results-dialog footer {
  clear: both; }

.overlay .context .modal-dialog > div .content#default-income-replacement-rate-dialog h3 {
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 15px; }

.overlay .context .modal-dialog > div .content#default-income-replacement-rate-dialog figure {
  float: right;
  margin-top: 0;
  margin-right: 0;
  box-sizing: border-box; }
  @media only screen and (max-width: 1920px) {
    .overlay .context .modal-dialog > div .content#default-income-replacement-rate-dialog figure {
      width: 48.4126984127%;
      margin-left: 36px;
      margin-bottom: 36px; } }
  @media only screen and (max-width: 1600px) {
    .overlay .context .modal-dialog > div .content#default-income-replacement-rate-dialog figure {
      width: 48.3240223464%;
      margin-left: 36px;
      margin-bottom: 36px; } }
  @media only screen and (max-width: 1280px) {
    .overlay .context .modal-dialog > div .content#default-income-replacement-rate-dialog figure {
      width: 48.3061480552%;
      margin-left: 27px;
      margin-bottom: 27px; } }
  @media only screen and (max-width: 960px) {
    .overlay .context .modal-dialog > div .content#default-income-replacement-rate-dialog figure {
      width: 48.7738419619%;
      margin-left: 18px;
      margin-bottom: 18px; } }
  @media only screen and (max-width: 640px) {
    .overlay .context .modal-dialog > div .content#default-income-replacement-rate-dialog figure {
      width: 48.6842105263%;
      margin-left: 12px;
      margin-bottom: 12px; } }
  @media only screen and (max-width: 480px) {
    .overlay .context .modal-dialog > div .content#default-income-replacement-rate-dialog figure {
      width: 48.6842105263%;
      margin-left: 12px;
      margin-bottom: 12px; } }
  @media only screen and (max-width: 320px) {
    .overlay .context .modal-dialog > div .content#default-income-replacement-rate-dialog figure {
      width: 47.972972973%;
      margin-left: 12px;
      margin-bottom: 12px; } }
  .overlay .context .modal-dialog > div .content#default-income-replacement-rate-dialog figure table thead tr th,
  .overlay .context .modal-dialog > div .content#default-income-replacement-rate-dialog figure table thead tr td,
  .overlay .context .modal-dialog > div .content#default-income-replacement-rate-dialog figure table tbody tr th,
  .overlay .context .modal-dialog > div .content#default-income-replacement-rate-dialog figure table tbody tr td {
    width: 50%; }

.overlay .context .modal-dialog > div .content#social-security-dialog .label {
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box; }
  @media only screen and (max-width: 1920px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog .label {
      width: 38.0952380952%; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label input {
        padding: 3px 18px; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label span {
        padding-left: 18px; } }
  @media only screen and (max-width: 1600px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog .label {
      width: 37.9888268156%; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label input {
        padding: 3px 18px; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label span {
        padding-left: 18px; } }
  @media only screen and (max-width: 1280px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog .label {
      width: 48.3061480552%; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label input {
        padding: 3px 13.5px; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label span {
        padding-left: 13.5px; } }
  @media only screen and (max-width: 960px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog .label {
      width: 48.7738419619%; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label input {
        padding: 3px 9px; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label span {
        padding-left: 9px; } }
  @media only screen and (max-width: 640px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog .label {
      width: 48.6842105263%; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label input {
        padding: 3px 6px; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label span {
        padding-left: 6px; } }
  @media only screen and (max-width: 480px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog .label {
      width: 48.6842105263%; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label input {
        padding: 3px 6px; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label span {
        padding-left: 6px; } }
  @media only screen and (max-width: 320px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog .label {
      width: 47.972972973%; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label input {
        padding: 3px 6px; }
      .overlay .context .modal-dialog > div .content#social-security-dialog .label span {
        padding-left: 6px; } }
  .overlay .context .modal-dialog > div .content#social-security-dialog .label input {
    text-align: right;
    background: #FFF;
    border: solid 1px #CCC;
    margin: 0;
    height: 39px; }
    .overlay .context .modal-dialog > div .content#social-security-dialog .label input.big-number {
      line-height: 100%; }
  .overlay .context .modal-dialog > div .content#social-security-dialog .label span {
    font-size: 12px; }
  .overlay .context .modal-dialog > div .content#social-security-dialog .label input,
  .overlay .context .modal-dialog > div .content#social-security-dialog .label span {
    display: inline-block;
    vertical-align: baseline;
    width: 50%;
    box-sizing: border-box; }

.overlay .context .modal-dialog > div .content#social-security-dialog p.instructions {
  display: inline-block;
  vertical-align: baseline;
  box-sizing: border-box; }
  @media only screen and (max-width: 1920px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog p.instructions {
      width: 61.9047619048%;
      padding-right: 36px; } }
  @media only screen and (max-width: 1600px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog p.instructions {
      width: 62.0111731844%;
      padding-right: 36px; } }
  @media only screen and (max-width: 1280px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog p.instructions {
      width: 51.6938519448%;
      padding-right: 27px; } }
  @media only screen and (max-width: 960px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog p.instructions {
      width: 51.2261580381%;
      padding-right: 18px; } }
  @media only screen and (max-width: 640px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog p.instructions {
      width: 51.3157894737%;
      padding-right: 12px; } }
  @media only screen and (max-width: 480px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog p.instructions {
      width: 51.3157894737%;
      padding-right: 12px; } }
  @media only screen and (max-width: 320px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog p.instructions {
      width: 52.027027027%;
      padding-right: 12px; } }

.overlay .context .modal-dialog > div .content#social-security-dialog button.ss-est-button {
  font-size: 16px;
  border: solid 1px #5E0D13;
  background-image: linear-gradient(to bottom, #96151D, #7D1119);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#96151D', endColorstr='#7D1119',GradientType=0 );
  /* IE9 */
  color: #FFF;
  text-shadow: 0 -1px 1px #000;
  line-height: 18px;
  display: block;
  float: right;
  padding: 13px 18px;
  box-sizing: border-box;
  cursor: pointer; }
  .overlay .context .modal-dialog > div .content#social-security-dialog button.ss-est-button:hover {
    background-image: linear-gradient(to bottom, #7D1119, #96151D);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7D1119', endColorstr='#96151D',GradientType=0 );
    /* IE9 */ }
  @media only screen and (max-width: 1920px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog button.ss-est-button {
      width: 27.7777777778%;
      margin-left: 36px;
      margin-bottom: 36px; } }
  @media only screen and (max-width: 1600px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog button.ss-est-button {
      width: 27.6536312849%;
      margin-left: 36px;
      margin-bottom: 36px; } }
  @media only screen and (max-width: 1280px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog button.ss-est-button {
      width: 35.382685069%;
      margin-left: 27px;
      margin-bottom: 27px; } }
  @media only screen and (max-width: 960px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog button.ss-est-button {
      width: 35.9673024523%;
      margin-left: 18px;
      margin-bottom: 18px; } }
  @media only screen and (max-width: 640px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog button.ss-est-button {
      width: 48.6842105263%;
      margin-left: 12px;
      margin-bottom: 12px; } }
  @media only screen and (max-width: 480px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog button.ss-est-button {
      width: 48.6842105263%;
      margin-left: 12px;
      margin-bottom: 12px; } }
  @media only screen and (max-width: 320px) {
    .overlay .context .modal-dialog > div .content#social-security-dialog button.ss-est-button {
      width: 47.972972973%;
      margin-left: 12px;
      margin-bottom: 12px; } }

.overlay .context .modal-dialog > div .content#social-security-dialog footer {
  clear: both; }

.overlay .context .modal-dialog > div .content#pension-dialog {
  overflow: visible; }
  .overlay .context .modal-dialog > div .content#pension-dialog .table {
    display: table;
    width: 100%;
    table-layout: fixed;
    background-color: transparent;
    padding-top: 9px; }
    .overlay .context .modal-dialog > div .content#pension-dialog .table .column {
      display: table-cell;
      vertical-align: top;
      vertical-align: middle;
      box-sizing: border-box; }
      @media only screen and (max-width: 1920px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          padding-right: 36px; } }
      @media only screen and (max-width: 1600px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          padding-right: 36px; } }
      @media only screen and (max-width: 1280px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          padding-right: 27px; } }
      @media only screen and (max-width: 960px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          padding-right: 18px; } }
      @media only screen and (max-width: 640px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          padding-right: 12px; } }
      @media only screen and (max-width: 480px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          padding-right: 12px; } }
      @media only screen and (max-width: 320px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          padding-right: 12px; } }
      @media only screen and (max-width: 1920px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          width: 51.5873015873%; } }
      @media only screen and (max-width: 1600px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          width: 51.6759776536%; } }
      @media only screen and (max-width: 1280px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          width: 51.6938519448%; } }
      @media only screen and (max-width: 960px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          width: 51.2261580381%; } }
      @media only screen and (max-width: 640px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          width: 51.3157894737%; } }
      @media only screen and (max-width: 480px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          width: 51.3157894737%; } }
      @media only screen and (max-width: 320px) {
        .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child {
          width: 52.027027027%; } }
      .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child p {
        margin-bottom: -9px; }
      .overlay .context .modal-dialog > div .content#pension-dialog .table .column:first-child .vg-slider {
        padding-bottom: 0; }
      .overlay .context .modal-dialog > div .content#pension-dialog .table .column:last-child p {
        padding-bottom: 3px;
        margin-bottom: 18px; }

.nb {
  display: inline-block; }

sup.symbol {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 1.0;
  vertical-align: top; }
  sup.symbol.single {
    width: 15px; }
    sup.symbol.single span {
      width: 11px; }
  sup.symbol.double {
    width: 26px; }
    sup.symbol.double span {
      width: 22px; }
  sup.symbol span {
    color: #666;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -0.25em; }

.big-number .symbol.double {
  display: none; }
  .big-number .symbol.double.active {
    display: inline-block; }

.big-number .symbol span {
  margin-top: -1.25em; }

footer p.large.conditional-footnote {
  display: none; }
  footer p.large.conditional-footnote.active {
    display: block; }

.submit-wrapper {
  text-align: right; }

.submit {
  text-decoration: none;
  font-family: Arial, sans-serif;
  display: inline-block;
  height: 21px;
  line-height: 21px;
  padding: 0 9px;
  color: #333;
  font-size: 10px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  background: linear-gradient(to bottom, #D4CFC3 0%, #A8A093 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#D4CFC3', endColorstr='#A8A093',GradientType=0 ); }
  .submit:hover {
    background: linear-gradient(to bottom, #A8A093 0%, #D4CFC3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#A8A093', endColorstr='#D4CFC3',GradientType=0 ); }
  .submit:active {
    background: #A8A093; }
